(help "For the RexxReqTools version, you must install RexxReqTools."
"The KS 3.0+ version requires Kickstart 3.0 or greater."
"CNet is to notify users currently online CNet that they have"
"an incoming talk request. Use CNet only if you are a CNET"
"sysop."))
(set @notify-choice "reqtools.talkrequest.rexx")
(set @notify-choice "30.talkrequest.rexx")
(set @notify-choice "cnet.talkrequest.rexx")))
(if network
(set @dest-dir "inet:c/")
(set @dest-dir "amitcp:bin/"))
(copyfiles
(prompt ("Copying %s to %s" @notify-choice @dest-dir))
(help @copyfiles-help)
(source @notify-choice)
(newname "talkrequest.rexx")
(dest @dest-dir))
(if network
(run ("protect inet:c/talkrequest.rexx +s"))
(run ("protect amitcp:bin/talkrequest.rexx +s")))
(if
(askbool
(prompt "Would you like the proper line to be added to inetd.conf?")
(help "For AmiTALK to work properly, a line must be added to inetd.conf."
" If you have ever installed AmiTALK before, there is no need to repeat "
"this step. If this is your first time installing AmiTALK, please let "
"the installer add this line.")
(default 1))
(if network
(
(copyfiles
(prompt ("Copying inet:db/inetd.conf to inet:db/inetd.conf.backup"))
(source "inet:db/inetd.conf")
(dest "inet:db/")
(newname "inetd.conf.backup"))
(run ("join inet:db/inetd.conf.backup as225-inetd.addme to inet:db/inetd.conf")))
(
(copyfiles
(prompt ("Copying amitcp:db/inetd.conf to amitcp:db/inetd.conf.backup"))
(source "amitcp:db/inetd.conf")
(dest "amitcp:db/")
(newname "inetd.conf.backup"))
(run ("join amitcp:db/inetd.conf.backup amitcp-inetd.addme to amitcp:db/inetd.conf")))))
(set oldUserLevel (user 3))
(message
("\nAmiTALK is now installed. Please reboot before attempting to use it.\n\nIf you have any questions, feel free to contact me via e-mail at:\n\ngunnbr@nextwork.rose-hulman.edu")